home *** CD-ROM | disk | FTP | other *** search
/ Nautilus 1992 July / Nautilus-3-8 / Nautilus-3-8.bin / Tools & Utilities / Techy Stuff / Source ƒ / Dragonsmith 1.0b2 / TestTest.c < prev   
Encoding:
C/C++ Source or Header  |  1992-05-05  |  354 b   |  15 lines

  1. /*
  2.     TestTest.c
  3.     
  4.     Add this file to the Dragonsmith.debug.╣ project to test the Dragon class (which can't be done
  5.     in the dragon projects because they use Dragonsmith.╣ and Dragonsmith.debug.╣ as libraries, hence
  6.     the source files Dragon.c etc. aren't available for debugging)
  7. */
  8.  
  9. #include    "Dragon.h"
  10.  
  11. Dragon *CreateGDragon (void)
  12. {
  13.     return new Dragon;
  14. }
  15.